RENDERAFTERFLIP AVAILABLE
This command will return a value of one if the 3D device supports rendering to the display device directly after a flip has occurred, otherwise zero.
Return Integer=RENDERAFTERFLIP AVAILABLE()
This command will return a value of one if the 3D device supports rendering to the display device directly after a flip has occurred, otherwise zero
sync on : sync rate 60 : hide mouse:cls 0
while mouseclick()=0
set cursor 0,0
print "GENERAL AVAILABILITY FLAGS"
print "render after flip:";renderafterflip available()
sync
endwhile
end
BASIC3D Commands Menu
Index